
p {
    font-family: verdana;
    font-size: 15px;
    margin-left: 50px;
  }
  
h1 {
    font-size: 8vw;
  }

.panda {
    border-radius: 50%;
    text-align: center;
    align-items: center;
    }
p1 {
    font-family: verdana;
    font-size: 15px;
    margin-left: 20px;
    }

h3 {
      font-size: 6vw;
      color: blue;
      border: chartreuse;
      border-width: 20px;
      text-align: center;
      font-family: 'Courier New', Courier, monospace;
    }
h2 {
      font-size: 4vw;
      color: rgb(255, 0, 0);
      text-align: center;
      font-weight: bolder;
      font-style: italic;
      font-family: Arial, Helvetica, sans-serif;
    }
#background {
  top: 0px;
  opacity: 0.7;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -10;
}